home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / VBSamples / Demos / AirHockey / readme.txt < prev    next >
Encoding:
Text File  |  2001-10-10  |  1.4 KB  |  42 lines

  1. //-----------------------------------------------------------------------------
  2. // 
  3. // Sample Name: Air Hockey Demo
  4. // 
  5. // Copyright (C) 1999-2001 Microsoft Corporation. All rights reserved.
  6. // 
  7. //-----------------------------------------------------------------------------
  8.  
  9.  
  10. Description
  11. ===========
  12. This application demonstrates a simple peer-peer (or single player) Air Hockey 
  13. Game.
  14.  
  15. In Single player mode, a crude computer AI will be your opponent.  You can 
  16. dictate numerous settings in the game, including overall 'speed' of the game as
  17. well as score to win (although the computer always enforces the rule that you 
  18. must win by 2).
  19.  
  20. The multiplayer mode is similar to the single player mode, with the exception of
  21. no computer AI.  
  22.  
  23. Please note, if you try to run this sample from the source tree it will most likely 
  24. fail due to lack of media.  The 'models' and 'sounds' folders must be in the same folder 
  25. as where you run the sample from (by default these folders are in the 'bin' folder).
  26.  
  27. Path
  28. ====
  29.   Source: DXSDK\Samples\Multimedia\VBSamples\Demos\AirHockey
  30.  
  31.   Executable: DXSDK\Samples\Multimedia\VBSamples\Demos\bin
  32.  
  33.  
  34. User's Guide
  35. ============
  36. Press Space to launch the puck.  Use the mouse (or arrow keys on your keyboard, or joystick)
  37. to control your paddle.
  38.  
  39. Programming Notes
  40. =================
  41. This sample shows many of the directX components working together.
  42.